﻿2026-08-18T08:00:40.5515014Z ##[group]Run actions/checkout@v5
2026-08-18T08:00:40.5515795Z with:
2026-08-18T08:00:40.5516163Z   repository: BigscreenVR/spt-bs-core
2026-08-18T08:00:40.5518892Z   token: ***
2026-08-18T08:00:40.5519320Z   ssh-strict: true
2026-08-18T08:00:40.5519658Z   ssh-user: git
2026-08-18T08:00:40.5519996Z   persist-credentials: true
2026-08-18T08:00:40.5520369Z   clean: true
2026-08-18T08:00:40.5520727Z   sparse-checkout-cone-mode: true
2026-08-18T08:00:40.5521123Z   fetch-depth: 1
2026-08-18T08:00:40.5521457Z   fetch-tags: false
2026-08-18T08:00:40.5521802Z   show-progress: true
2026-08-18T08:00:40.5522145Z   lfs: false
2026-08-18T08:00:40.5522464Z   submodules: false
2026-08-18T08:00:40.5522807Z   set-safe-directory: true
2026-08-18T08:00:40.5523192Z   allow-unsafe-pr-checkout: false
2026-08-18T08:00:40.5523798Z ##[endgroup]
2026-08-18T08:00:40.6310325Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T08:00:40.6311776Z ##[group]Getting Git version info
2026-08-18T08:00:40.6312473Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T08:00:40.6313369Z [command]/usr/bin/git version
2026-08-18T08:00:40.6313763Z git version 2.43.0
2026-08-18T08:00:40.6359933Z ##[endgroup]
2026-08-18T08:00:40.6367798Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d7249c63-f5d4-4486-b615-2cf4967f79d5/.gitconfig'
2026-08-18T08:00:40.6375076Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d7249c63-f5d4-4486-b615-2cf4967f79d5' before making global git config changes
2026-08-18T08:00:40.6376493Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T08:00:40.6377909Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T08:00:40.6427252Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T08:00:40.6444669Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T08:00:40.6454199Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T08:00:40.6457054Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T08:00:40.6474456Z refs/heads/diag/pump-188-heartbeat
2026-08-18T08:00:40.6480313Z [command]/usr/bin/git checkout --detach
2026-08-18T08:00:40.6547195Z HEAD is now at f3d40f17c diag(er): the T1..T5 ER-disclosure chain for releases#188
2026-08-18T08:00:40.6583101Z [command]/usr/bin/git branch --delete --force diag/pump-188-heartbeat
2026-08-18T08:00:40.6612443Z Deleted branch diag/pump-188-heartbeat (was f3d40f17c).
2026-08-18T08:00:40.6718661Z ##[endgroup]
2026-08-18T08:00:40.6722579Z [command]/usr/bin/git submodule status
2026-08-18T08:00:40.6909682Z ##[group]Cleaning the repository
2026-08-18T08:00:40.6910307Z [command]/usr/bin/git clean -ffdx
2026-08-18T08:00:41.9547013Z Removing .adapter-notify/
2026-08-18T08:00:41.9548116Z Removing target/
2026-08-18T08:00:41.9555646Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T08:00:41.9622208Z HEAD is now at f3d40f17c diag(er): the T1..T5 ER-disclosure chain for releases#188
2026-08-18T08:00:41.9628425Z ##[endgroup]
2026-08-18T08:00:41.9629793Z ##[group]Disabling automatic garbage collection
2026-08-18T08:00:41.9633558Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T08:00:41.9658325Z ##[endgroup]
2026-08-18T08:00:41.9659442Z ##[group]Setting up auth
2026-08-18T08:00:41.9663525Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T08:00:41.9688643Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-18T08:00:41.9876335Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T08:00:41.9902131Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-18T08:00:42.0081785Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T08:00:42.0106570Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T08:00:42.0291819Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T08:00:42.0320267Z ##[endgroup]
2026-08-18T08:00:42.0321707Z ##[group]Fetching the repository
2026-08-18T08:00:42.0327290Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c476f5b711f45b963eb12ab167cf9a8ea87b13e5:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T08:00:42.5228492Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T08:00:42.5230825Z  + f3d40f17c...c476f5b71 c476f5b711f45b963eb12ab167cf9a8ea87b13e5 -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T08:00:42.5258322Z ##[endgroup]
2026-08-18T08:00:42.5259074Z ##[group]Determining the checkout info
2026-08-18T08:00:42.5260317Z ##[endgroup]
2026-08-18T08:00:42.5264970Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T08:00:42.5301861Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T08:00:42.5326069Z ##[group]Checking out the ref
2026-08-18T08:00:42.5328929Z [command]/usr/bin/git checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T08:00:42.5507707Z Warning: you are leaving 1 commit behind, not connected to
2026-08-18T08:00:42.5508240Z any of your branches:
2026-08-18T08:00:42.5508470Z 
2026-08-18T08:00:42.5508704Z   f3d40f17c diag(er): the T1..T5 ER-disclosure chain for releases#188
2026-08-18T08:00:42.5509141Z 
2026-08-18T08:00:42.5509394Z If you want to keep it by creating a new branch, this may be a good time
2026-08-18T08:00:42.5509862Z to do so with:
2026-08-18T08:00:42.5510026Z 
2026-08-18T08:00:42.5510211Z  git branch <new-branch-name> f3d40f17c
2026-08-18T08:00:42.5510482Z 
2026-08-18T08:00:42.5515521Z Switched to a new branch 'diag/pump-188-heartbeat'
2026-08-18T08:00:42.5516074Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T08:00:42.5523006Z ##[endgroup]
2026-08-18T08:00:42.5559265Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T08:00:42.5585698Z c476f5b711f45b963eb12ab167cf9a8ea87b13e5
